home *** CD-ROM | disk | FTP | other *** search
/ World of Games / World of Games.iso / degrader / runit.doc < prev    next >
Text File  |  1995-01-31  |  9KB  |  232 lines

  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. %          RunIt version 1.4          %
  3. % Instructions updated 27th June 1993 %
  4. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5.  
  6. %%%%%%%%%%
  7. % About: %
  8. %%%%%%%%%%
  9.  
  10.  Runit must NOT be distributed without this document file.
  11.  
  12.  Runit is charityware, if you use it, please give help to those in need.
  13.  
  14.  If you have any questions or ideas for more utils Call
  15.  
  16.  The Krypt BBS (UK) on 021 789 6845   (Oversea`s +44 21 789 6845)
  17.  
  18. %%%%%%%%%%
  19. % Usage: %
  20. %%%%%%%%%%
  21.  
  22.  Runit can be used in the startup-sequence as a cli command or used
  23.  from the cli/shell as a tool to run game/utility boot blocks that
  24.  refuse to work on 680x0 or newer machines such as A1200/4000
  25.  
  26.  Tested on kickstarts 1.2 to 4.x ,and should work on all future kicks
  27.  
  28.  Runit with no options will display a help screen explaining the
  29.  options available, i will describe here in what circumstances
  30.  they may need to be used.
  31.  
  32.  It does not matter what order you type the options in.
  33.  
  34.  
  35. --------------------------------------------------------------------------- 
  36.  NOCACHE   - Use this option if diskloads fail, graphics corrupt
  37.              or if programs crash for no reason
  38. ---------------------------------------------------------------------------
  39.  SCRBLANK  - Have you ever noticed how using the boot options 
  40.              screen sometimes cause`s screens to be corrupted?
  41.              or when software that ran from workbench on kick 1.X
  42.              has corrupted screens on kick 2.X / 3.X.
  43.  
  44.              Also use this option if the colours appear wrong
  45.              when running the game on your AGA or AAA machine!
  46.  
  47.              This option opens a Fake 1.X screen and blanks it until
  48.              the software in question opens its own.
  49. ---------------------------------------------------------------------------
  50.  SPRITE    - If your sprites are corrupt / to large / small use this 
  51.              option to reset them to normal resolution
  52. ---------------------------------------------------------------------------
  53.  FAKEFAST  - An enhanced version of FAKEMEM , this will give you
  54.              512k chip / rest of chip ram: classed as fast ram: on
  55.              1meg + chip machines.
  56.  
  57.              Use this when "no fast mem" requesters appear , or when
  58.              games just lock , due to no fast mem.
  59.  
  60.              Remember this resets the machine the first time it is run
  61.              so any other options on the command line will be ignored
  62.              first time , but will function correctly next time they
  63.              are called.
  64. ---------------------------------------------------------------------------
  65.  NTSCMODE -  Ever noticed that annoying gap at the bottom of some
  66.              softwares screens , try this option! 
  67.              ECS chipset or above needed.
  68. ---------------------------------------------------------------------------
  69.  PALMODE  -  Returns you to normal screen mode    
  70.              ECS chipset or above needed.
  71. ---------------------------------------------------------------------------
  72.  OLDKICK  -  Because of certain changes in kick 2.X , 3.X , certain
  73.              games failed when libraries returns were slightly
  74.              different to those on kick 1.x , this routine patches
  75.              these to return old 1.x values.
  76.              Try these on games such as Silkworm IV , Saint Dragon ETC.
  77. ---------------------------------------------------------------------------            
  78.  SET???   -  This needs some explaining , what it does is to select the 
  79.              chipset you specify , if that chipset is available , or can be
  80.              Mimic`d then the system / hardware is told to use that chipset.
  81.              Currently AGA can mimic the OLD & ECS chipsets, use this option
  82.              when GFX / Sound corrupt etc.
  83.  
  84.              You could also use this option under AGA to speed up GFX 
  85.              routines that use the operating system. ( Use SETAGA )
  86.  
  87.              SETOLD  = Select/Mimic OLD chipset
  88.              SETECS  = Select/Mimic ECS chipset
  89.              SETAGA  = Select/Mimic AGA chipset
  90.              SETBEST = Use the best chipset available
  91. ---------------------------------------------------------------------------
  92.  VBASE    -  Use this option if games fail to load , no music etc.
  93. ---------------------------------------------------------------------------
  94.  DEGRADE  -  A lot of people asked for this, what it does is basically
  95.              calls the nocache/scrblank/sprite/oldkick/setold/vbase
  96.              routines in this program, but all in one simple command!
  97.           
  98.              For those of you who are lazy or HATE typing :)
  99.  
  100.          Use this option if you are unsure why the software crashes
  101.           
  102.              NOTE: You can still add other options on the command line.
  103. ---------------------------------------------------------------------------
  104.  CLEAR    -  Resets machine if Virus or other contamination present.
  105. ---------------------------------------------------------------------------
  106.  FILTER   -  Turns off the low pass filter , this will make sounds
  107.              clearer and sharper.
  108. ---------------------------------------------------------------------------
  109.  HIGHBOOT -  Runit was originally written only as a cli command , but
  110.  LOWBOOT     its options were also usefull for NONDOS disks ie: games.
  111.              I found the boot options screen did not help all the time.
  112.              These 2 options were added so that a disk in df0: can be
  113.              booted with any of the options above.
  114. ---------------------------------------------------------------------------
  115.  
  116.  
  117.  Remember that runit can be used in a startup-sequence or used to boot
  118.  NON DOS disks , in this respect i think it is unique.
  119.  
  120. %%%%%%%%%%%%%%%%%
  121. % Some Examples %
  122. %%%%%%%%%%%%%%%%%
  123.  
  124.  You have installed a game from floppy on your HD,but when running
  125.  the games screens are corrupted,even though they ran ok from floppy
  126.  copy Runit to your hd,add these lines to the softwares startup-sequence
  127.  
  128.  Try : RunIt ScrBlank Sprite
  129.  Or  : RunIt ScrBlank Sprite SetOld
  130.  
  131.  
  132.  GFX & sprites / sound are corrupt
  133.  
  134.  Try : RunIt Nocache Sprite scrblank setold          
  135.  Or  : Runit Nocache Sprite scrblank setold Vbase
  136.  
  137.  
  138.  Games memory reports fail and refuses to load ie: Silkworm (Nondos)
  139.  
  140.  Try : RunIt scrblank oldkick Highboot
  141.  Or  : RunIt scrblank oldkick Lowboot
  142.  
  143.   
  144.  If you are unsure why the game fails and is standard dos
  145.  Copy Runit to your disk,and add these lines to the startup-sequence
  146.  
  147.  Try: Runit Degrade 
  148.  Or : Runit Degrade Fakefast
  149.  
  150.  If it is NONDOS ie: No files , can not be dir`ed
  151.  
  152.  Try : RunIt Degrade Highboot
  153.  Or  : RunIt Degrade Lowboot
  154.  
  155.  
  156.  If it still fails to load , try a mixture of options!.
  157.  
  158.  Remember if the game is NONDOS use the HighBoot / LowBoot options
  159.  
  160.  If you can alter the startup sequence,copy runit to the disk and
  161.  insert the Runit command call + options in the startup-sequence!
  162.  
  163. %%%%%%%%%%%%
  164. % Reminder % 
  165. %%%%%%%%%%%%
  166.  
  167.  RunIt is charity ware , if you use it , give help to those in need , 
  168.  in whatever way you wish , whether it be putting money in collection tins
  169.  , or clothes to charity shops , etc.
  170.  
  171. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  172. % RunIts history - Versions 1.0 to 1.4 %
  173. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  174.  
  175.  V1.0a The Initial release
  176.  
  177. --------------------------------------------------------------------------
  178.  
  179.  V1.1a Bug fixed release
  180.  
  181.  Minor bug in the scrblank routines caused copper corruption / crashes
  182.  in certain circumstance`s , this has now been fixed.
  183.  
  184.  Recoded , now totaly pc relative
  185.  
  186. --------------------------------------------------------------------------
  187.  
  188.  V1.2 Added new options + colour :)
  189.  
  190.      OLDKICK option added , helps with software incompatability on 2.x ,
  191.                             3.x Kickstarts
  192.      SET???  option added , select OLD / ECS / AGA or BEST chipsets 
  193.                             helps with GFX bugs , etc
  194.      
  195.      Memory routines rewritten for future Kickstart compatabilty
  196.      
  197. --------------------------------------------------------------------------
  198.  
  199.  V1.3 added new option - Sprite & recoded scrblank routines
  200.  
  201.      SPRITE   option added , helps stop sprite corruption on AGA &
  202.                              ECS chip based machines
  203.                            
  204.      SCRBLANK option has been re-written - its screen / chipregs
  205.                      setup are now as close to 1.x as possible
  206.                      
  207. --------------------------------------------------------------------------
  208.  
  209.  V1.4 added two new options - Vbase and Degrade + scrblank recoded again!
  210.  
  211.      VBASE    option added,helps stop mysterious crashes etc
  212.      
  213.      DEGRADE  option added,combines all the options needed to get
  214.               those stubborn games to run in one command!
  215.              
  216.      SCRBLANK option altered to also reset colour selection reg in 
  217.               AGA to palette #1,stops the wrong colours appearing! 
  218.  
  219. %%%%%%%%%%%%%%%%%%%%%%%
  220. % Another reminder :) %
  221. %%%%%%%%%%%%%%%%%%%%%%%
  222.  
  223.  Remember , if you have any suggestions , or more ideas for utils call 
  224.  
  225.  The Krypt BBS on (UK) 021 789 6845  (Oversea`s +44 21 789 6845)
  226.  
  227.  Leave mail to  Software Solutions
  228.  
  229. %%%%%%%%%%%%%%%%%%%%%%%%
  230. % End of Document file %
  231. %%%%%%%%%%%%%%%%%%%%%%%%
  232.